home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
011
/
brutil.arc
/
@MASM.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-06-08
|
256b
|
17 lines
echo off
%VDISK%
COPY %DDISK%\MASM\SOURCE\%1.ASM >NUL
IF %2X==X GOTO NORMAL
%DDISK%\MISC\MASM %1,,%1;
GOTO END
:NORMAL
%DDISK%\MISC\MASM %1;
:END
COPY %1.OBJ %DDISK%\MASM\OBJECT >NUL
DEL %1.ASM
DEL %1.OBJ
%DDISK%
1,,%1;
GOTO END
:NORMAL
%D